From: Joey Hess Date: Tue, 4 Mar 2025 19:46:30 +0000 (-0400) Subject: mark unused parameter X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~119^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=17ce1b4e7ba2dfd3344eb175bdaabc869371d53d;p=git-annex.git mark unused parameter While unused, it seems to make sense to keep it, since it explains what the function is doing. --- diff --git a/Remote/List/Util.hs b/Remote/List/Util.hs index 866bd36867..e022d23190 100644 --- a/Remote/List/Util.hs +++ b/Remote/List/Util.hs @@ -39,7 +39,7 @@ keyPossibilities' -> [Remote] -- ^ all remotes -> Annex [Remote] -keyPossibilities' ii key remotelocations rs = do +keyPossibilities' ii _key remotelocations rs = do u <- getUUID let locations = filter (/= u) remotelocations let speclocations = map uuid